home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 4 / Meeting Pearls Vol. IV (1996)(GTI - Schatztruhe)[!].iso / Pearls / etech / Spice / examples / mixdisto.cir < prev    next >
Text File  |  1991-04-13  |  979b  |  33 lines

  1.     Simple mixer circuit - diffpair fed by modulated Iee
  2.  
  3. *the output is v(6)
  4.  
  5. * harmonic analysis done with the following:
  6. v1 1 0  0v ac 1.0 distof1 0.001
  7. v2 7 0 0v ac 1.0 distof1 0.001
  8. *disto dec 20 1.0e3 1.0e8
  9.  
  10. * intermodulation done with the following:
  11. *v1 1 0  0v ac 1.0 distof1 0.001
  12. *v2 7 0 0v ac 1.0 distof2 0.001
  13. *disto dec 20 1.0e3 1.0e8 0.9
  14.  
  15.  
  16. q1 3 1 4 2 mod1 
  17. q2 6 0 4 2 mod1 
  18. rc1 5 3 10k
  19. rc2 5 6 10k
  20. vcc 5 0 10v
  21. qee 4 7 8 2 mod1
  22. re 8 2 9K
  23. vee 2 0 -10v
  24.  
  25. * note - spectre does not implement rb nonlinearities
  26.  
  27. *.model mod1 npn is=1.0e-16 bf=100 this model matches with spectre
  28. .model mod1 npn is=1e-16 bf=100 cjs=2.0e-12 tf=0.3e-9 cje=3.0e-12 cjc=2.0e-12  vaf=50 
  29. *the above model matches with spectre
  30. *.model mod1 npn is=1e-16 bf=100 cjs=2.0e-12 tr=6.0e-9 tf=0.3e-9 cje=3.0e-12 cjc=2.0e-12  vaf=50 this agrees with spectre
  31. *.model mod1 npn is=1e-16 bf=100 rb=100 cjs=2.0e-12 tf=0.3e-9 tr=6e-9 cje=3.0e-12 cjc=2.0e-12  vaf=50 this model causes bad match with spectre
  32. .end
  33.